We moved from returning a list to returning a C array, and this requires
a change in the annotations.
* Retrieves the history of the @event motion, as a list of time and
* coordinates.
*
- * Returns: (transfer container) (element-type GdkTimeCoord) (nullable): a list
- * of time and coordinates
+ * Returns: (transfer container) (array length=out_n_coords) (nullable): an
+ * array of time and coordinates
*/
GdkTimeCoord *
gdk_motion_event_get_history (GdkEvent *event,